home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / Software / Graphsoft / Arch Demo / Core.sit / MiniCad 5 Demo.rsrc / STR#_7009.txt < prev    next >
Text File  |  1994-04-15  |  306b  |  13 lines

  1. Repeatedly calls the passed procedure for each object fits the search criteria.
  2.  
  3. ForEachObject(ProcedureHandle : HANDLE; SearchCriteria : STRING);
  4.  
  5. Executes a menu item available in MiniCad+.
  6.  
  7. DoMenu(MenuItem, ModifierKey);
  8.  
  9. Receives a name to a existing subprogram and executes it.
  10.  
  11. Run(SubProgramName);
  12.  
  13.